projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c32788
)
(set_window_width): Don't delete root window for being too narrow.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 20 Apr 1994 07:27:20 +0000
(07:27 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 20 Apr 1994 07:27:20 +0000
(07:27 +0000)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index 9515c1ca082c9f1364150e985fc586ab993bb867..19d2cc54172efa15125361f1f39ca797b7d2c610 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-1534,7
+1534,7
@@
set_window_width (window, width, nodelete)
int left, pos, lastright, opos, lastoright;
Lisp_Object child;
- if (!nodelete && width < window_min_width)
+ if (!nodelete && width < window_min_width
&& !NILP (w->parent)
)
{
Fdelete_window (window);
return;